473,469 Members | 1,587 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

component in web page

Hi,

I'd like to create a "component" for web page. It should contain menu/
buttons and will have pop up dialogs. It should also be able to access
user's PC (installation of java/activeX is OK). The component will be
packaged so other web programmers can easily include it in their
pages. The component will be able to access and modify the information
on the host page too.
All the browsers need to be supported.

What is the best way and technology to go with this?

Thanks,
Lucy

Feb 5 '07 #1
1 1302
Lucy Luo wrote:
Hi,

I'd like to create a "component" for web page. It should contain menu/
buttons and will have pop up dialogs. It should also be able to access
user's PC (installation of java/activeX is OK). The component will be
packaged so other web programmers can easily include it in their
pages. The component will be able to access and modify the information
on the host page too.
All the browsers need to be supported.

What is the best way and technology to go with this?

Thanks,
Lucy
Well,

Your webpage interaction part, needed for the menu/buttons/etc could best
be done with JavaScript.

Some thing to consider:
JavaScript is not able to access the clients PC in a meaningfull way
(luckily).
So if you want access to the client, you'll need (signed) Java applet, or an
ActiveX component.

Personally I trust ActiveX as far as the hacker next door, so I would advise
using real Java. Using Java also has the advantage that is actually runs on
a NOT Microsoft OS, increasing the reach of your component.
If you target only W$, you might as well go ActiveX.

Beware however that many users, like me, trust nothing, and don't like the
idea of giving some component full access to the machine.

If you can solve your task at hand with JavaScript only, I expect your
component will have better chances in gaining popularity.
If you need Java <---Javascript support, here is a good place to start:
http://developer.mozilla.org/en/docs...ript_1.5_Guide
(Look at end of page)

Good luck

Regards,
Erwin Moller
Feb 6 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Nunya D. Bidness | last post by:
If anyone is interested in testing these components goto http://www.vibrantinnovations.com/vibrantlayouttools.asp The Vibrant Layout Tools ActiveX component is a suite of tools that allow...
0
by: Glynn Johnson | last post by:
I understand that there is no way to upload multiple files using ASP and COM+ without having multiple form elements like <input type='file'>. I also understand that there is no way to...
0
by: Chad | last post by:
I have COM component embedded on html page. It has version 1.0.0.1 (by default). I have converted it in cab file. Code of html is something like: <HTML><HEAD></HEAD><BODY><OBJECT...
1
by: Ambush | last post by:
I am currently working on one of those projects that we all dread. The type that keeps growing out of scope faster than you can finish the component to deliver what they've already asked for. ...
1
by: Jim H | last post by:
I coded my first asp form and attempted to display a text message from a component. The static text "Our component says:" shows on the aspx page, but the text line from the component does not show....
1
by: Peter Rilling | last post by:
I created a COM+ component (ServicedComponent) in .NET. The component has a single method Connect() which returns a reference to a SqlConnection object. This component works fine when the world is...
2
by: Kurt Schroeder | last post by:
thanks much!!!i'm working through an example that creates a component called component.dll. This compiled ok w/o problem. I copied it to the bin directory of my project (vs.net asp.net vb project)...
4
by: Grigs | last post by:
Hello, I have a fairly simple class that I created and it works great. Basically it remembers a certain amount of strings. When a new one comes in the oldest drops off. The problem is, when I...
2
by: alberthung01 | last post by:
Hi all, I wrote a component with ComponentDesigner to let users drag and drop it to WebPage from toolbox directly. Just like the behavior of dataAdapter. But it works fine on ASP.NET 1.1 but not...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.